This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
BkGrd:
R6 Database Notes Client.
Refresh fields on keyword change is being used on a field called Division
This populates a computed for display field called validdepartments (based on dblookup formula)
There is a 3rd dialog list field called selectedDept. The dialog list option values are picked up from the result in validdepartments.
When I compose a new document, and select the value of the Division, it should
1. populate the computed for display field validdepartments, and,
2. the dialog list for selectedDept.
1 is happening 2 is not.
Strange thing is if I now change the value of division both 1 and 2 happen.
I noticed that:
1. This bug occurs only for a new document. Not for an existing doc
2. This occurs only if the first keywords field (Division) is empty or has a default value.
3. This occurs only for the first time focus on the first keywords field. (Division).
* The computed for display field is before the 3rd field.
* This works fine if I put the formula directly into the 3rd field, instead of passing it through the computed for display field.
* Works fine for existing documents.
Has anybody else come across the same issue?
Any help would be appreciated.